projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f48de2
)
Spelling fix.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 23 Jan 2012 19:44:28 +0000
(11:44 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 23 Jan 2012 19:44:28 +0000
(11:44 -0800)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 7a72775ac3f0a83fb67cf4ca82ba595ff4796239..ac50e9f0a6ead73e17702f7afd1187ee32b93b90 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3779,7
+3779,7
@@
the old visited file has been renamed to the new name FILENAME."
;; Don't change the mode if the local variable list specifies it.
;; The file name can influence whether the local variables apply.
(and old-try-locals
- ;; h-l-v also checks it, but might as well be explcit.
+ ;; h-l-v also checks it, but might as well be expl
i
cit.
(not (inhibit-local-variables-p))
(hack-local-variables t))
;; TODO consider making normal-mode handle this case.